|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExecution
A collection of steps in a process.
| Method Summary | |
|---|---|
void |
dispose()
Disposes this execution. |
java.lang.String |
getExecutionID()
Returns the ID of this execution sequence. |
ISession |
getSession()
Returns the session that created this execution. |
boolean |
hasNextStep()
Returns true if there are more steps to perform in the process. |
boolean |
isNextStepBlocking()
Returns true if there is at least one step to perform and the next step may block across executions. |
java.lang.Object[] |
lookupAllServices(java.lang.String identifier)
Returns an array containing all the services registered under the specified identifier. |
java.lang.Object |
lookupService(java.lang.String identifier)
Looks up the service selected for the specified identifier or null if no such service exists. |
ICommand |
nextStep()
Returns the next step in the process. |
| Method Detail |
|---|
java.lang.String getExecutionID()
java.lang.Object lookupService(java.lang.String identifier)
throws java.lang.NullPointerException
null if no such service exists.
identifier - The identifier of the service to look up.
null if no such service exists.
java.lang.NullPointerException - If the supplied identifier is
null.
java.lang.Object[] lookupAllServices(java.lang.String identifier)
throws java.lang.NullPointerException
identifier - The identifier of the services to look up.
java.lang.NullPointerException - If the supplied identifier is
null.boolean hasNextStep()
boolean isNextStepBlocking()
ICommand nextStep()
throws java.lang.IllegalStateException
java.lang.IllegalStateException - If there are no more steps in this process.ISession getSession()
void dispose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||